Dynamic Link Library

Dynamic Link Library
   Abbreviated DLL. A program module that contains executable code and data that can be used by applications, or even by other DLLs, in performing a specific task. DLLs are used extensively throughout the family of Microsoft Windows products. DLLs may have filename extensions of .DLL, .DRV, or .FON.
   The DLL is linked into the application only when the program runs, and it is unloaded again when no longer needed. If two DLL applications are running at the same time and both perform a particular function, only one copy of the code for that function is loaded, for more efficient use of limited memory. Another benefit of using dynamic linking is that the .EXE files are not as large as they would be, because frequently used routines can be put into a DLL rather than repeated in each .EXE file that uses them. A smaller .EXE file means saved disk space and faster program loading.

Dictionary of networking . 2014.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Dynamic link library — (DLL) bezeichnet allgemein eine Dynamische Bibliothek, meist bezieht sich der Begriff jedoch auf die unter dem Betriebssystem Microsoft Windows verwendete Variante. Windows DLL Dateien verwenden das auch für ausführbare Windows Programme… …   Deutsch Wikipedia

  • dynamic link library — noun (computing) A collection of computer programs for common functions which can be called and relinquished by an application whenever needed, often called a DLL after the file name extension used • • • Main Entry: ↑dynamic …   Useful english dictionary

  • Dynamic Link Library — Dynamic Link Library,   DLL …   Universal-Lexikon

  • Dynamic-link library — This article is about the OS/2 and Windows implementation. For dynamic linking of libraries in general, see Dynamic linker. Dynamic link library Filename extension .dll Internet media type application/x msd …   Wikipedia

  • Dynamic-Link Library — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… …   Wikipédia en Français

  • Dynamic Link Library — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… …   Wikipédia en Français

  • Dynamic Link Library — Vorlage:Infobox Dateiformat/Wartung/MagischeZahl fehltVorlage:Infobox Dateiformat/Wartung/Standard fehltVorlage:Infobox Dateiformat/Wartung/Website fehlt Dynamic Link Library Dateiendung: .dll, .DLL MIME Type …   Deutsch Wikipedia

  • dynamic-link library — dinaminė biblioteka statusas T sritis informatika apibrėžtis Į vieną failą sudėtas rinkinys ↑modulių (1), kuriais dinamiškai (kai jų prireikia) gali pasinaudoti kitos programos. Moduliai laikomi vykdymui parengtu pavidalu. Failo prievardis DLL.… …   Enciklopedinis kompiuterijos žodynas

  • Dynamic Link Library —    See DDL …   IT glossary of terms, acronyms and abbreviations

  • Dynamic loading — is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”